﻿
#loadingPanel {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9991;
}

    #loadingPanel.toggled {
        display: block;
    }

    #loadingPanel i, #loadingPanel img  {
        position: fixed;
        top: 48%;
        left: 48%;
        color: #4EF992;
        font-size: 50px;
    }

.transparent {
    height: 0!important;
    width: 0!important;
    background-color: transparent;
    color: transparent;
    border: none!important;
    background-image: none !important;
    padding: 0!important;
    margin: 0!important;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    footer div {
        text-align: center !important;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }


.bg-dark { 
    background-color: #0d0a4c!important;
}

.form-control {    
    background-color: #ededed;
    border-radius: 0;
    color: #1c0950;    
    padding: .6rem 1rem;    
}

.form-select {
    background-color: #ededed;
    border-radius: 0;
    color: #1c0950;
    padding: .6rem 1rem;
}

.input-group-text {
    padding: .6rem 1rem;
}

.select-form-control, select.form-control:not([size]):not([multiple]) {
    background-color: #ededed;
}

.form-control:focus {
    background-color: #ededed;    
}

h1 {
    font-weight:bold;
    margin-bottom: 1em;    
}

label {
    font-weight: bold;
}
.invalid-feedback, .text-danger {
    font-size: .775em;
}

.form-control-fake {
    background-color: #ededed;
    border-radius: 0;
    border: 1px solid #dde4ea;
    color: #1c0950;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px;
}

@media (max-width: 768px) {
    .btn-x {
        width: 100%;
    }
}

.form-control-fake:has(.is-invalid) {
    border: 1px solid red !important;
}

.newsbar {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    border-radius: 10px;
    background: #EAEAEA;
    background: -moz-linear-gradient(top, #efefef 0%, #ececec 66%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #efefef 0%, #ececec 66%, #ffffff 100%);
    background: linear-gradient(to bottom, #efefef 0%, #ececec 66%, #ffffff 100%);
}

    .newsbar h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }

    .newsbar ul {
        padding: 0;
        margin: 0;
    }

    .newsbar table {
        width: 100%;
        font-size: 14px;
    }


    .newsbar img {
        width: 30%;
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }

.newspubdate {
    font-size: 12px;
    color: #444;
}

.newstitle {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    max-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsreadmore {
    font-size: 13px;
    color: #1C6EA4;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.flash-btn {
    padding: 4px 15px;
    border-radius: 5;
    background-color: #f64e60;
    color: white;
    border-radius: 15px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ededed;
    opacity: 1;
    color: #a9a9a9;
}